public void insert( int index, PDFCosObject item ) |
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert.
public void insert( int index, PDFCosObject item ) |
| Exception | Description |
|---|---|
| java.lang.IllegalArgumentException | Thrown when the item is null. |